(@@useitemname)
[@main]
<HI, Welcome to my store!>,\   \
My name is Chastity, my mom named me in dedication\
to the virgin mary, some say i look like her but I\
never thought anyone knew what she looked like!..\
What can i do for you <$USERNAME>?\
<Rename an item/@renameweapon> | | <How to use/@faq>\
<exit/@exit>

[@faq]
Its simple, wear the item you want to rename and\
click the desired dialog on the menu and its done!\
but i warn you, using  naughty words will get you\
banned, i have no remorse for silly people.\   \
<main/@main>

[@renameweapon]
Currently, by RaGEZONE law, i am only allowed to \
rename weapons, but your only limited to rename\
one at a FEE of <100,000 gold> per rename.\   \
<Rename Weapon/@@useitemname1> || <Exit/@exit>

[@rename]
<It costs 100,000 gold per rename! what do you want to rename>\
------------------------------------------------------------\
<Weapon/@@useitemname1>\
<Exit/@exit>

[@old]
<Armour/@@useitemname0>             <Weapon/@@useitemname1>\
<Necklace/@@useitemname3>	           <Helmet/@@useitemname4>\
<Left Brace/@@useitemname5>	         <Right Brace/@@useitemname6>\
<Left Ring/@@useitemname8>	           <Right Ring/@@useitemname7>\
<Candle Slot/@@useitemname2>\
<Exit/@exit>

[@@useitemname0]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname1]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname2]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname3]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname4]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname5]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname6]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname7]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname8]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname9]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname10]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname11]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@@useitemname12]
#IF
checkgold 100000
#ACT
 goto @ChangeName
 take gold 100000
#ELSEACT
goto @error
[@ChangeName]
#IF
#act
  SETSCRIPTFLAG 1 1
  sendmsg 7 "Item renamed successfully <$USERNAME>"
  SENDMSG 4 "Thanks <$USERNAME> the new sword name is very cool!"
  Close
#elseact
  sendmsg 7 You_dont_have_enough_gold.

[@error]
Not enough gold!\
<exit/@exit>
